Autogenerated HTML docs for v1.2.4-gbe76
diff --git a/git-format-patch.html b/git-format-patch.html index 893c546..5811c70 100644 --- a/git-format-patch.html +++ b/git-format-patch.html
@@ -273,7 +273,7 @@ <h2>SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<div class="content"><em>git-format-patch</em> [-n | -k] [-o <dir> | --stdout] [-s] [-c] +<div class="content"><em>git-format-patch</em> [-n | -k] [-o <dir> | --stdout] [--attach] [-s] [-c] [--diff-options] <his> [<mine>]</div></div> </div> <h2>DESCRIPTION</h2> @@ -351,8 +351,25 @@ patch and implies --mbox. </p> </dd> +<dt> +--attach +</dt> +<dd> +<p> + Create attachments instead of inlining patches. +</p> +</dd> </dl> </div> +<h2>CONFIGURATION</h2> +<div class="sectionbody"> +<p>You can specify extra mail header lines to be added to each +message in the repository configuration as follows:</p> +<div class="literalblock"> +<div class="content"> +<pre><tt>headers = "Organization: git-foo\n"</tt></pre> +</div></div> +</div> <h2>EXAMPLES</h2> <div class="sectionbody"> <dl> @@ -410,7 +427,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 10-Mar-2006 00:31:26 UTC +Last updated 11-Mar-2006 08:04:28 UTC </div> </div> </body>